object frmFirewallLog: TfrmFirewallLog Left = 0 Top = 0 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'frmFirewallLog' ClientHeight = 448 ClientWidth = 706 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnCreate = FormCreate OnDestroy = FormDestroy OnHelp = FormHelp DesignSize = ( 706 448) PixelsPerInch = 96 TextHeight = 14 object btnOK: TResTeButton Left = 605 Top = 420 Width = 99 Height = 25 Anchors = [akRight, akBottom] Cancel = True ModalResult = 2 TabOrder = 0 ResourceCaption = 20101 ResourceHint = 20101 end object lvwApplications: TListView Left = 2 Top = 45 Width = 702 Height = 369 Anchors = [akLeft, akTop, akRight, akBottom] BevelOuter = bvNone Color = clWhite Columns = < item Caption = 'datetime' Width = 144 end item Caption = 'local ip address' Width = 168 end item Caption = 'remote ip address' Width = 168 end item Caption = 'protocol' Width = 88 end item Caption = 'application' Width = 130 end> GridLines = True HideSelection = False ReadOnly = True RowSelect = True TabOrder = 1 ViewStyle = vsReport OnColumnClick = lvwApplicationsColumnClick end object TePanel1: TTePanel Left = 2 Top = 5 Width = 702 Height = 35 Anchors = [akLeft, akTop, akRight] BevelOuter = bvNone TabOrder = 2 ThemeObject = 'highlightpanel' DesignSize = ( 702 35) object lblPage: TResLabel Left = 391 Top = 10 Width = 27 Height = 14 Alignment = taRightJustify Anchors = [akTop, akRight] Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False Transparent = True ResourceCaption = 50199 ResourceOptions = [rsoStripAccels, rsoStripCRLF] end object lblTitle: TResLabel Left = 8 Top = 10 Width = 72 Height = 14 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Shell Dlg 2' Font.Style = [fsBold] ParentFont = False Transparent = True ResourceCaption = 50200 ResourceOptions = [rsoStripAccels, rsoStripCRLF] end object lblPageCount: TLabel Left = 496 Top = 10 Width = 16 Height = 14 Anchors = [akTop, akRight] Caption = '/ X' Transparent = True end object btnBottomPage: TResTeButton Left = 625 Top = 5 Width = 72 Height = 25 OnClick = btnBottomPageClick Anchors = [akTop, akRight] TabOrder = 0 ResourceCaption = 50198 ResourceHint = 50198 end object btnNextPage: TResTeButton Left = 554 Top = 5 Width = 72 Height = 25 OnClick = btnNextPageClick Anchors = [akTop, akRight] TabOrder = 1 ResourceCaption = 50197 ResourceHint = 50197 end object btnTopPage: TResTeButton Left = 199 Top = 5 Width = 72 Height = 25 OnClick = btnTopPageClick Anchors = [akTop, akRight] TabOrder = 2 ResourceCaption = 50195 ResourceHint = 50195 end object btnPreviousPage: TResTeButton Left = 270 Top = 5 Width = 72 Height = 25 OnClick = btnPreviousPageClick Anchors = [akTop, akRight] TabOrder = 3 ResourceCaption = 50196 ResourceHint = 50196 end object edtPage: TEdit Left = 424 Top = 7 Width = 66 Height = 22 Anchors = [akTop, akRight] TabOrder = 4 OnExit = edtPageExit OnKeyUp = edtPageKeyUp end end object ThemeForm: TTeForm2 ThemeObject = 'StandardDialog' Left = 8 Top = 417 end end